Task #1532: studio HWPX 직접 저장 활성화 (#196 베타 게이트 해제)#1533
Merged
Conversation
7710f2a to
37e788f
Compare
Owner
|
공공기관 hwpx 엣지케이스 샘플들에 대한 충분한 태스트 후에 풀려고 계획 중입니다. 현재 일반적인 케이스만 테스트된 상태입니다. |
37e788f to
6c8e32e
Compare
Owner
|
오늘 이 PR 을 처리할 예정입니다. 이 PR 이 rhwp 의 0.7 에서 0.8 버전의 분수령입니다. 덕분에 0.8 로 넘어갈 수 있게 되었습니다. 감사합니다. |
6c8e32e to
df237cb
Compare
…베타 게이트 해제) - studio: 파일>저장 시 HWPX 직접 저장(file:save) 활성화 (edwardkim#196 베타 게이트 해제) - studio E2E: HWPX 직접 저장 회귀 테스트 추가
df237cb to
665222c
Compare
edwardkim
added a commit
that referenced
this pull request
Jun 27, 2026
Owner
|
merge 완료했습니다 (merge commit a92a1fe, origin/devel 포함 검증). 감사합니다, @planet6897! #196 베타 게이트 해제는 사용자에게 HWPX 직접 저장을 여는 정책 결정이라, 전제 조건을 확인했습니다:
전제조건 충족 + 검증 통과로 작업지시자가 베타 해제를 승인했습니다. HWPX 충실도에 대한 시각 판정 권위는 작업지시자 환경에 둡니다. 좋은 작업 감사합니다! |
This was referenced Jun 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
HWPX 직렬화 충실도 확보(라운드트립 시각 게이트 PASS 66 — 그룹/도형/쪽테두리/바탕쪽/
글머리표/이미지채움/OLE 정정)로, studio 의 HWPX 출처 직접 저장 비활성(#196 베타)을 해제한다.
(closes #1532)
변경 (studio TS 전용)
command/commands/file.tssaveCurrentDocument/file:save-as: 출처 포맷 인식 저장 — HWPX 는exportHwpx()(application/hwp+zip, .hwpx), 그 외
exportHwp(). alert+unsupported 분기 제거.saveFileNameFor/saveBaseNameFor) 도입, 미사용 hwp 전용 헬퍼 제거.confirmSaveBeforeReplacingDocument:canSave=true.hwpctl/index.tsSaveAs: rhwp-studio HWPX 저장 사용자 고지 (한컴 호환 미보장) #196 HWPX 차단 게이트 제거(기존 포맷 인식 로직 활용).검증
tsc: 수정 파일 에러 0 (기존 canvaskit-wasm 미설치 에러는 무관·기존).npm test: 147/147 통과.hwpx_roundtrip_baseline+visual_roundtrip_baseline로 구조·시각 정합성 검증됨.🤖 Generated with Claude Code